Remove extra \n.
authorCamila Ayres <hello@camilasan.com>
Tue, 17 Dec 2024 13:51:35 +0000 (14:51 +0100)
committerMatthieu Gallien <matthieu.gallien@nextcloud.com>
Thu, 2 Jan 2025 10:02:34 +0000 (11:02 +0100)
Signed-off-by: Camila Ayres <hello@camilasan.com>
src/gui/folderman.cpp

index bf7e606dea40f27b147fc2d6bd468694daa5adfc..317b67195009f9a8d25663542a0d52897cec3e3f 100644 (file)
@@ -2046,7 +2046,7 @@ Result<void, QString> FolderMan::unsupportedConfiguration(const QString &path) c
     if (numberOfSyncJournals(path) > 1) {
         return tr("The folder %1 is linked to multiple accounts.\n"
                   "This setup can cause data loss and it is no longer supported.\n"
-                  "To resolve this issue: please remove %1 from one of the accounts and create a new sync folder.\n\n"
+                  "To resolve this issue: please remove %1 from one of the accounts and create a new sync folder.\n"
                   "For advanced users: this issue might be related to multiple sync database files found in one folder. Please check %1 for outdated and unused .sync_*.db files and remove them.")
             .arg(path);
     }